Adds a job OID to the selection criteria.
HRESULT AddJobOID(BSTR jobOID);
AddJobOID(String jobOID);
Sub AddJobOID(jobOID As String)
Parameters |
Description |
[in] BSTR jobOID |
The OID of the job to select records for. |
You can add any number of job OIDs; only instances for the specified jobs will be selected. To select instances from all jobs, do not add any job OIDs.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|